Edit Task: SetPossibilityResourceMinSetup
Format
SCHED / EditTask '<TaskName>' SetPossibilityResourceMinSetup '<PossibilityName>' '<ResourceName>' <MinSetupTime>
Description
The SetPossibilityResourceMinSetup attribute under EditTask defines the resource's minimum setup time for a single task possibility.
Parameters
Parameter | Description |
---|---|
PossibilityName | A string of text with a comma delimited list of resources in the possibility, surrounded by single quotes. Order is not required and the resource names should not be in quotes. |
ResourceName | A string of text in single quotes of the resource name that is being defined within the command. |
MinSetupTime | A numerical value in seconds (millisecond fidelity). If the value is greater than the currently defined desired setup time, then the desired setup time will be increased to match the parameter value. |
Examples
Set the minimum setup time to 20.5s for ResA in the possibility containing ResA and ResB
SCHED / EditTask 'TaskA' SetPossibilityResourceMinSetup 'ResA,ResB' 'ResA' 20.5